Skip to main content

Get currently authenticated user's bio

GET 

/bio

Get currently authenticated user's bio

Responses

Successful operation

Schema

    success boolean
    query_time string

    bio

    object

    username string
    walletPublicKey string
    bioText string
    profilePicture string

    socialLinks

    object

    linkType stringrequired
    link stringrequired
    active boolean
Loading...